home *** CD-ROM | disk | FTP | other *** search
- !Cursor
- =======
-
- © Steve Bennett
-
- Pointer control utility
-
- This little prog lets you control the
- pointer with the keyboard, and change
- the pointer shape.
-
- KEYS:
-
- ⇦ move pointer: left
- ⇨ right
- ⇩ down
- ⇧ up
-
- <Shift> + ⇦ move pointer fast: left
- ⇨ right
- ⇩ down
- ⇧ up
-
- <Ctrl> + ⇦ move pointer to extreme: left
- ⇨ right
- ⇩ down
- ⇧ up
-
- To define a mouse movement:
-
- Press <S> at the starting point
-
- Press <F> at the end point
-
- Press <M> to move the pointer
- (holding down mouse button to do an actual drag)
-
- Press <B> To move the pointer back
-
- Movements are relative, NOT absolute.
-
- To add new pointers to the program, add the sprite
- to "Pointers" with the name ptr_xxx, where xxx is the
- name of the pointer shape. Then edit the template
- files so there is an extra radio icon, with text that
- exactly matches xxx (ie sprite name without ptr_ on
- the front).
-
- This Program is Public Domain.
-
-